home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global currentCycleNo, cycleNo, userNo
- cursor(4)
- if the doubleClick then
- exit
- end if
- leaveDayBook()
- writecycleinfo()
- if the optionDown then
- quit()
- end if
- if currentCycleNo <> getAt(cycleNo, userNo) then
- set currentCycleNo to getAt(cycleNo, userNo)
- readCycleInfo()
- puppetStatus(23, 48, 0)
- go("setupShowDays")
- showDays()
- end if
- prepfrontpage()
- end
-